In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetParagraphFirstTextLineIndex Method

GetParagraphFirstTextLineIndex Method (GdPictureSegmenter)

In This Topic
Syntax
'Declaration

 

Public Function GetParagraphFirstTextLineIndex( _

   ByVal SegmentationResultID As String, _

   ByVal ParagraphIdx As Integer _

) As Integer
public int GetParagraphFirstTextLineIndex( 

   string SegmentationResultID,

   int ParagraphIdx

)
public function GetParagraphFirstTextLineIndex( 

    SegmentationResultID: String;

    ParagraphIdx: Integer

): Integer; 
public function GetParagraphFirstTextLineIndex( 

   SegmentationResultID : String,

   ParagraphIdx : int

) : int;
public: int GetParagraphFirstTextLineIndex( 

   string* SegmentationResultID,

   int ParagraphIdx

) 
public:

int GetParagraphFirstTextLineIndex( 

   String^ SegmentationResultID,

   int ParagraphIdx

) 

Parameters

SegmentationResultID
ParagraphIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members